home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_30356.txt < prev    next >
Text File  |  1990-08-24  |  3KB  |  136 lines

  1. -- card: 30356 from stack: in.0
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 10646
  5. -- name: about this training
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   hide cd fld "3rd party info"
  9.   pass closeCard
  10. end closeCard
  11.  
  12.  
  13.  
  14. -- part 1 (field)
  15. -- low flags: 01
  16. -- high flags: 0000
  17. -- rect: left=140 top=70 right=97 bottom=462
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 0
  21. -- font id: 174
  22. -- text size: 18
  23. -- style flags: 0
  24. -- line height: 20
  25. -- part name: titleFld
  26.  
  27.  
  28. -- part 2 (field)
  29. -- low flags: 01
  30. -- high flags: 0000
  31. -- rect: left=140 top=96 right=328 bottom=447
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 174
  36. -- text size: 14
  37. -- style flags: 0
  38. -- line height: 18
  39. -- part name: titleFld
  40.  
  41.  
  42. -- part 3 (field)
  43. -- low flags: 81
  44. -- high flags: 2004
  45. -- rect: left=140 top=92 right=296 bottom=461
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 0
  49. -- font id: 174
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: 3rd party info
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   hide me
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 4 (button)
  62. -- low flags: 00
  63. -- high flags: 0000
  64. -- rect: left=474 top=195 right=224 bottom=506
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 24471 / 24471
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: MapBtn
  73. ----- HyperTalk script -----
  74. -- Go to the Map stack.  "CameFrom" holds the name of this cd
  75. -- so the Map can hilite the cd the user came from.
  76. on mouseUp
  77.   global DisSpeed, CameFrom, MapMode
  78.   set the hilite of me to true
  79.   lock Screen
  80.   set the hilite of me to false
  81.   put "Getting Started" into CameFrom
  82.   visual DisSpeed
  83.   if MapMode is "graph" then
  84.     go stack "‚Ä¢HC 2.0-3"
  85.     HiliteMap
  86.   else
  87.     go to cd "indexMap" of stack "‚Ä¢HC 2.0-3"
  88.   end if
  89.   unlock screen with DisSpeed
  90. end mouseUp
  91.  
  92.  
  93.  
  94. -- part 5 (button)
  95. -- low flags: 00
  96. -- high flags: 8004
  97. -- rect: left=185 top=304 right=327 bottom=390
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 0 / 0
  100. -- text alignment: 1
  101. -- font id: 174
  102. -- text size: 14
  103. -- style flags: 0
  104. -- line height: 15
  105. -- part name: About 3rd party products...
  106. ----- HyperTalk script -----
  107. on mouseUp
  108.   show cd fld "3rd party info"
  109. end mouseUp
  110.  
  111.  
  112.  
  113. -- part contents for card part 1
  114. ----- text -----
  115. A B O U T   T H I S   T R A I N I N G
  116.  
  117. -- part contents for card part 2
  118. ----- text -----
  119. This course, and almost all the artwork within it, was prototyped and created in HyperCard version 1.2.2. 
  120.  
  121. ¬© 1990 Apple Computer, Inc. Apple, the Apple logo, HyperCard, HyperTalk, Macintosh, and MultiFinder are registered trademarks of Apple Computer, Inc.  
  122. HyperScan and QuickDraw are trademarks of Apple Computer, Inc.
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. -- part contents for card part 3
  130. ----- text -----
  131. MacWrite II is a registered trademark of Claris Corporation. Microsoft Word is a registered trademark of Microsoft Corporation. Director is a trademark of MacroMind, Inc.  MacRecorder is a trademark of Farallon Computing, Inc. Studio/1 and Studio/8 are trademarks of Electronic Arts.
  132.  
  133. Mention of third party products and companies is for informational purposes only and constitutes neither an endorsement nor a recommendation.
  134.  
  135.               (CLICK IN THIS FIELD TO HIDE IT)
  136.